text view: Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Aug 2019 19:16:03 +0000 (15:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Aug 2019 19:16:03 +0000 (15:16 -0400)
Pointed out in https://gitlab.gnome.org/GNOME/gtk/issues/2094

gtk/gtktextview.c

index 602d5076832a8949d18a7a5be65a2ad2757ffa9b..6d405df097965fa11994faf523e4094775c83d04 100644 (file)
@@ -3522,7 +3522,7 @@ gtk_text_view_reset_cursor_blink (GtkTextView *text_view)
  * @text_view: a #GtkTextView
  *
  * Moves the cursor to the currently visible region of the
- * buffer, it it isn’t there already.
+ * buffer, if it isn’t there already.
  *
  * Returns: %TRUE if the cursor had to be moved.
  **/